home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Site Building / Linkcrafter / LinkCrafter .exe / file0003.bin < prev    next >
Encoding:
Text File  |  1999-09-14  |  744 b   |  41 lines

  1.  
  2. <!-- This is the template for the top of your links page -->
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <title>~TITLE~</title>
  9.  
  10. <meta name="description" content="~TITLE~">
  11. <meta name="keywords" content="~TITLE~">
  12.  
  13. </head>
  14.  
  15. <body bgcolor=~PAGEBGCOLOR~ text=~PAGETEXTCOLOR~>
  16.  
  17. <h1 align="center">~TITLE~</h1>
  18.  
  19. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  20.     <tr>
  21.         <td align="center" bgcolor=~TEXTBGCOLOR~>
  22.         <font color=~TEXTCOLOR~>
  23.         ~TEXT~
  24.         </font>
  25.         </td>
  26.     </tr>
  27. </table>
  28.  
  29. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  30.     <tr>
  31.         <td align="center" bgcolor=~HTMLBGCOLOR~>
  32.         <font color=~HTMLCOLOR~>
  33.         ~HTML~
  34.         </font>
  35.         </td>
  36.     </tr>
  37. </table>
  38.  
  39. <!-- End of the top portion of your links page -->
  40.  
  41.